yonge %!s(int64=2) %!d(string=hai) anos
pai
achega
9154d28921

+ 1 - 0
mec-thirdparty/src/main/java/com/ym/mec/thirdparty/adapay/CorpMemberService.java

@@ -66,6 +66,7 @@ public class CorpMemberService {
 	
 	public boolean update(String merchantKey, String appId, EnterpriseUser req, String notifyUrl){
 		Map<String, Object> memberParams = new HashMap<String, Object>();
+		memberParams.put("adapay_func_code", "corp_members.update");
 		memberParams.put("member_id", req.getMemberId());
 		memberParams.put("app_id", appId);
 		memberParams.put("order_no", appId + "_" + System.currentTimeMillis());