Browse Source

Merge branch 'master' of http://192.168.20.122:3000/root/qiyewechatApp

yu_ber 4 years ago
parent
commit
6b106a47d7
1 changed files with 7 additions and 1 deletions
  1. 7 1
      UI/src/pages/sellmanage/channelCode.js

+ 7 - 1
UI/src/pages/sellmanage/channelCode.js

@@ -2108,13 +2108,19 @@ editMessage = (data) => {
                 // src={WXMpAPI + this.state.organizationSecret.qrcode_imageUrl}
                 src={WXMpAPI + this.state.qrcodeImgUrl}
               />
-              <form action={WXMpAPI + "/wx/qrcode/" + self.props.wxAppIdValue + "/download?Sso-Token="+SsoToken}>
+              <form action={WXMpAPI + "/wx/qrcode/" + self.props.wxAppIdValue + "/download"}>
                 <input
                   style={{ display: "none" }}
                   type="text"
                   name="id"
                   defaultValue={this.state.organizationSecret.qrcode_id}
                 />
+                <input
+                  style={{ display: "none" }}
+                  type="text"
+                  name="Sso-Token"
+                  defaultValue={SsoToken}
+                />
                 <input
                   style={{
                     display: "inline-block",