|
@@ -166,7 +166,7 @@ public class WxController extends BaseController {
|
|
|
byte[] signedData = signature.sign();
|
|
|
String base64Str = Base64.getEncoder().encodeToString(signedData);
|
|
|
jsonObject.put("paySign",base64Str);
|
|
|
- jsonObject.put("outTradeNo",orderCode);
|
|
|
+ jsonObject.put("appId",appid);
|
|
|
return jsonObject;
|
|
|
}
|
|
|
|