- 京东回调,非生产环境一定返回成功
This commit is contained in:
@@ -145,6 +145,9 @@ func (c *DjswController) StoreCrud() {
|
||||
}
|
||||
|
||||
func (c *DjswController) transferResponse(inCallbackResponse *jdapi.CallbackResponse) (outCallbackResponse *jdapi.CallbackResponse) {
|
||||
if globals.IsCallbackAlwaysReturnSuccess() {
|
||||
return jdapi.SuccessResponse
|
||||
}
|
||||
if inCallbackResponse == nil {
|
||||
return jdapi.SuccessResponse
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user