Jerry %!s(int64=6) %!d(string=hai) anos
pai
achega
c0bfe5fb41
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      wechat_client.go

+ 2 - 0
wechat_client.go

@@ -337,6 +337,8 @@ func (w *WeChatClient) Transfer(body BodyMap, certFilePath, keyFilePath, pkcs12F
 //    文档地址:https://pay.weixin.qq.com/wiki/doc/api/pap.php?chapter=18_1&index=1
 func (w *WeChatClient) EntrustPublic(body BodyMap) (bs []byte, err error) {
 	bs, err = w.doWeChat(body, wxEntrustPublic)
+
+	return nil, nil
 }
 
 //向微信发送请求 ok