Pārlūkot izejas kodu

微信配置bug修复

maotao 7 mēneši atpakaļ
vecāks
revīzija
12592a6ab6

+ 2 - 0
src/app/views/wechat-config/wechat-config.component.ts

@@ -69,6 +69,8 @@ export class WechatConfigComponent implements OnInit {
69
       return;
69
       return;
70
     }
70
     }
71
     const postData = {
71
     const postData = {
72
+			agentId: this.validateForm.controls.agentid.value,
73
+			appId: this.validateForm.controls.appid.value,
72
       id: this.id,
74
       id: this.id,
73
       appSecret: this.validateForm.controls.secret.value,
75
       appSecret: this.validateForm.controls.secret.value,
74
       createUser:
76
       createUser: