no message
This commit is contained in:
@ -86,7 +86,7 @@ public class WechatPayService {
|
||||
reqData.put("openid", request.getOpenId());
|
||||
|
||||
if (request.getAttach() != null) {
|
||||
reqData.put("attach", request.getAttach());
|
||||
reqData.put("attach", request.getCompanyId().toString());
|
||||
}
|
||||
|
||||
// 调用微信统一下单接口
|
||||
|
||||
Reference in New Issue
Block a user