generated from root/miduo_server
修改F5充值
parent
6b4b5dd1ae
commit
d448422daa
|
|
@ -1890,7 +1890,7 @@ public class PayController {
|
||||||
@RequestParam("serverId") String serverId,
|
@RequestParam("serverId") String serverId,
|
||||||
@RequestParam("orderStatus") int orderStatus,
|
@RequestParam("orderStatus") int orderStatus,
|
||||||
String statusMsg,
|
String statusMsg,
|
||||||
int ots,
|
Integer ots,
|
||||||
String payDoneTime,
|
String payDoneTime,
|
||||||
String extInfo,
|
String extInfo,
|
||||||
@RequestParam("osign") String osign) {
|
@RequestParam("osign") String osign) {
|
||||||
|
|
@ -1911,6 +1911,13 @@ public class PayController {
|
||||||
if(extInfo == null){
|
if(extInfo == null){
|
||||||
extInfo = "";
|
extInfo = "";
|
||||||
}
|
}
|
||||||
|
if(ots == null){
|
||||||
|
LOGGER.error("ots null");
|
||||||
|
json.put("code", -1);
|
||||||
|
json.put("msg", "ots null");
|
||||||
|
json.put("deliverStatus", 2);
|
||||||
|
return json.toString();
|
||||||
|
}
|
||||||
if(statusMsg == null){
|
if(statusMsg == null){
|
||||||
statusMsg = "";
|
statusMsg = "";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue