no message

This commit is contained in:
2025-08-21 18:10:55 +08:00
parent d0795d8578
commit 32d939b1fc
3 changed files with 10 additions and 7 deletions

View File

@ -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());
}
// 调用微信统一下单接口