|
@@ -230,6 +230,7 @@ public class AppUsersCashrecordController extends BaseController
|
|
|
@Anonymous
|
|
|
public String otherPayCallBack(@ApiIgnore HttpServletRequest request) {
|
|
|
Map<String, Object> map = PayOrderUtils.getOrderStatus(request);
|
|
|
+ logger.info("订单回调:{}",JSONObject.toJSONString(map));
|
|
|
if("1".equals(String.valueOf(map.get("code")))){
|
|
|
//支付回调成功
|
|
|
String orderNo = map.get("data").toString();
|