Commit 33f8df3166b66bcfee7586f7a7238e9bc8405c70

Authored by 周铨
1 parent 5f3153a2

修改appid为hczd的id

@@ -32,7 +32,7 @@ Page({ @@ -32,7 +32,7 @@ Page({
32 HTTP.GET({ 32 HTTP.GET({
33 ...API_CONST.home.userInfoDetail, 33 ...API_CONST.home.userInfoDetail,
34 payload: { 34 payload: {
35 - corpCode: "default", 35 + corpCode: "hczd",
36 cookieFlag: true 36 cookieFlag: true
37 } 37 }
38 }).then((res: any) => { 38 }).then((res: any) => {
@@ -10,7 +10,7 @@ Page({ @@ -10,7 +10,7 @@ Page({
10 logoUrl: "./../../img/wczd.png", 10 logoUrl: "./../../img/wczd.png",
11 checkFlag: true, 11 checkFlag: true,
12 username: "15556367216",// 用户名 12 username: "15556367216",// 用户名
13 - password: "efault",//密码 13 + password: "hczd",//密码
14 hideFlag: true,//是否隐藏 14 hideFlag: true,//是否隐藏
15 keyStr: "",// key值 15 keyStr: "",// key值
16 imgUrl: "",//显示验证码的图片地址 16 imgUrl: "",//显示验证码的图片地址
@@ -126,7 +126,7 @@ Page({ @@ -126,7 +126,7 @@ Page({
126 return { 126 return {
127 LOGIN_TYPE: 'CORP', 127 LOGIN_TYPE: 'CORP',
128 code: this.data.codeKey.replace(/(^\s*)|(\s*$)/g, ''), // 图片验证码 128 code: this.data.codeKey.replace(/(^\s*)|(\s*$)/g, ''), // 图片验证码
129 - corpCode: "default", 129 + corpCode: "hczd",
130 username: this.data.username, 130 username: this.data.username,
131 password: this.data.password, 131 password: this.data.password,
132 key: this.data.keyStr, 132 key: this.data.keyStr,
@@ -149,7 +149,7 @@ Page({ @@ -149,7 +149,7 @@ Page({
149 HTTP.GET({ 149 HTTP.GET({
150 ...API_CONST.login.loginSecurity, 150 ...API_CONST.login.loginSecurity,
151 payload: { 151 payload: {
152 - corpCode: "default" 152 + corpCode: "hczd"
153 } 153 }
154 }).then((res: any) => { 154 }).then((res: any) => {
155 if (res.success) { 155 if (res.success) {
@@ -168,7 +168,7 @@ Page({ @@ -168,7 +168,7 @@ Page({
168 HTTP.GET({ 168 HTTP.GET({
169 ...API_CONST.login.userSecurity, 169 ...API_CONST.login.userSecurity,
170 payload: { 170 payload: {
171 - corpCode: "default", 171 + corpCode: "hczd",
172 key: this.data.keyStr 172 key: this.data.keyStr
173 } 173 }
174 }).then((res: any) => { 174 }).then((res: any) => {
@@ -302,7 +302,7 @@ Page({ @@ -302,7 +302,7 @@ Page({
302 HTTP.POST({ 302 HTTP.POST({
303 ...API_CONST.home.miniData, 303 ...API_CONST.home.miniData,
304 payload: { 304 payload: {
305 - corpCode: "default" 305 + corpCode: "hczd"
306 } 306 }
307 }).then((data: any) => { 307 }).then((data: any) => {
308 Toast.clear() 308 Toast.clear()
@@ -601,7 +601,7 @@ Page({ @@ -601,7 +601,7 @@ Page({
601 HTTP.POST({ 601 HTTP.POST({
602 ...API_CONST.home.getDate, 602 ...API_CONST.home.getDate,
603 payload: { 603 payload: {
604 - corpCode: "default", 604 + corpCode: "hczd",
605 type: type 605 type: type
606 } 606 }
607 }).then((res: any) => { 607 }).then((res: any) => {
@@ -629,7 +629,7 @@ Page({ @@ -629,7 +629,7 @@ Page({
629 HTTP.POST({ 629 HTTP.POST({
630 ...API_CONST.home.getDate, 630 ...API_CONST.home.getDate,
631 payload: { 631 payload: {
632 - corpCode: "default", 632 + corpCode: "hczd",
633 type: type 633 type: type
634 } 634 }
635 }).then((res: any) => { 635 }).then((res: any) => {
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 * 3: 现代物流uat环境 6 * 3: 现代物流uat环境
7 * 4: 现代物流正式环境 7 * 4: 现代物流正式环境
8 */ 8 */
9 -const envLevel = 0; 9 +const envLevel = 1;
10 10
11 /** 11 /**
12 * 后台接口 12 * 后台接口
@@ -21,7 +21,7 @@ const serverUrlProduce = [ @@ -21,7 +21,7 @@ const serverUrlProduce = [
21 21
22 const corpCode = [ 22 const corpCode = [
23 'default', // cheng 23 'default', // cheng
24 - 'xdwl', 24 + 'hczd',//徽辰智电
25 'xdwl', // xdwl 25 'xdwl', // xdwl
26 'xdwl', 26 'xdwl',
27 'xdwl' 27 'xdwl'
@@ -31,7 +31,7 @@ const env = { @@ -31,7 +31,7 @@ const env = {
31 server: `${serverUrlProduce}`,// 后台api接口地址 31 server: `${serverUrlProduce}`,// 后台api接口地址
32 qx_api: 'qx-api', 32 qx_api: 'qx-api',
33 corpCode: corpCode, 33 corpCode: corpCode,
34 - sutingche_app_id: 'wx54e676273869baa6' 34 + sutingche_app_id: 'wx8ebaa8e3c30eff3b'
35 }; 35 };
36 36
37 export default env; 37 export default env;
@@ -42,5 +42,5 @@ @@ -42,5 +42,5 @@
42 "ignore": [], 42 "ignore": [],
43 "include": [] 43 "include": []
44 }, 44 },
45 - "appid": "wxb2d5db0122ab6d79" 45 + "appid": "wx8ebaa8e3c30eff3b"
46 } 46 }