|
@@ -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());
|