Your Name лет назад: 2
Родитель
Сommit
3f4671ee29

+ 1 - 1
service-acct/src/main/java/com/java110/acct/payment/adapt/bbgpay/BbgPaymentFactoryAdapt.java

@@ -247,7 +247,7 @@ public class BbgPaymentFactoryAdapt implements IPaymentFactoryAdapt {
 
         JSONObject resJson = new JSONObject();
         resJson.put("return_code", "SUCCESS");
-        resJson.put("return_code", "成功");
+        resJson.put("return message", "成功");
 
         paymentOrderDto.setResponseEntity(new ResponseEntity<String>(resJson.toJSONString(), HttpStatus.OK));
         return paymentOrderDto;