Commit adc8e94b by fudahua

同步通讯录 微信同步gic

parent 08b7b12b
......@@ -164,8 +164,8 @@ public class StaffApiServiceImpl implements StaffApiService {
logger.info("【店员新增】jp = {}",JSON.toJSONString(jp));
if(jp.getErrorCode() != 0) {
hr.setCode(0);
hr.setMessage("微信新增失败");
return hr;
hr.setMessage("微信新增失败:" + jp.getErrorCode());
return hr;
}
staffService.add(tab);
wxUserId = staffId;
......
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