Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

公众号支持消息转发到多客服 #186

Merged
merged 9 commits into from
Aug 4, 2015

Conversation

stvliu
Copy link
Contributor

@stvliu stvliu commented Aug 3, 2015

增加支持公众号消息可以转发到多客服

* @author chanjarster
*/
public final class TransferCustomerServiceBuilder extends BaseBuilder<TransferCustomerServiceBuilder, WxMpXmlOutTransferCustomerServiceMessage> {
public WxMpXmlOutTransferCustomerServiceMessage build() {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感谢,但是因为WxMpXmlOutTransferCustomerServiceMessage有KfAccount属性,所以这里需要对应的method,可以参考MusicBuilder

chanjarster added a commit that referenced this pull request Aug 4, 2015
公众号支持消息转发到多客服
@chanjarster chanjarster merged commit 4fd58a8 into chanjarster:develop Aug 4, 2015
@Caixiaopig
Copy link

注释还是不对,要用

WxMpXmlOutMessage.TRANSFER_CUSTOMER_SERVICE().content(...).toUser(...).build();

而不是
WxMpCustomMessage

mgcnrx11 pushed a commit to mgcnrx11/weixin-java-tools that referenced this pull request Apr 22, 2017
* 增加第三方平台SDK支付

增加微信SDK支付,预下单流程、参数(除开APPID为绑定APP之后发放的APPID)与公众号相同,预下单成功之后需要二次签名,格式需要严格按要求处理,用于SDK校验,代码注释中有说明

* SDK第三方平台支付,大概按照这个项目的代码格式调整了一下,格式还有不合适之处,麻烦调整下

之前我用的是treemap,忘记导包所以报错,现在用这个项目里的加密方式,用普通的hashmap也行

* SDK支付

按照要求修改过格式了
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants