Commit 13d0e5a8 by jinxin

Merge remote-tracking branch 'origin/developer-2023-02-15' into developer

parents 97cf9a42 412eb6b0
......@@ -1008,6 +1008,7 @@ public class StaffApiServiceImpl implements StaffApiService {
result.setSuccessNum(successNum);
result.setFailedNum(failedNum);
result.setFailedList(failedList);
result.setSuccessList(successList);
return com.gic.api.base.commons.ServiceResponse.success(result);
}
//企业微信接口调用失败,记录错误
......
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