Commit c88e4c72 by 徐高华

/

parent ff2a6a44
...@@ -1250,7 +1250,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA ...@@ -1250,7 +1250,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
private JSONResponse retJson(com.gic.api.base.commons.ServiceResponse<String> resp) { private JSONResponse retJson(com.gic.api.base.commons.ServiceResponse<String> resp) {
JSONResponse json = new JSONResponse(); JSONResponse json = new JSONResponse();
if(resp.isSuccess()) { if(!resp.isSuccess()) {
json.setErrorCode(-1); json.setErrorCode(-1);
json.setErrorMessage(resp.getMessage()); json.setErrorMessage(resp.getMessage());
}else { }else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment