(new WeChatLogin("wxf3f7f286bfbb7dfa", "c2a02e478d9f0683d8dafec646c3d2ca"));
diff --git a/ARW.WebApi/appsettings.json b/ARW.WebApi/appsettings.json
index 2b2fbac..9186c44 100644
--- a/ARW.WebApi/appsettings.json
+++ b/ARW.WebApi/appsettings.json
@@ -27,11 +27,11 @@
},
//阿里云存储配置
"AARWYUN_OSS": {
- "REGIONID": "oss-cn-shenzhen.aliyuncs.com",
+ "REGIONID": "oss-cn-hongkong.aliyuncs.com",
"KEY": "LTAI5tLGSBenBxmdvZB4TpVg",
"SECRET": "OR1kPyaOAP7q4zEtsmEqepZcyWG1yh",
- "bucketName": "aerwen",
- "domainUrl": "http://119.23.54.43/oss" //访问资源域名
+ "bucketName": "arw",
+ "domainUrl": "arw.oss-cn-hongkong.aliyuncs.com" //访问资源域名
},
//阿里云短信配置
"AARWYUN_MSG": {
@@ -134,12 +134,12 @@
//公众号
"Token": "63_I_BSEoa_qwlHgGSVxLmyNylHJ11ejzc9_WiWPRt64sDetCJe9CLU9YwVbL-VoAjqCH0Pg5QElGL4p_B2z63SKG9jj-dRPp-BD1gpiaAe6uxrwocfFeX4JXepvgcRAGhACAHQW",
"EncodingAESKey": "", //公众号解密秘钥
- "WeixinAppId": "wx99caf571c9fb1cc5", //公众号AppId
- "WeixinAppSecret": "61100d9c4fff5acf97517f0c8799e2e2", //公众号秘钥
+ "WeixinAppId": "wxa515d1bd73d06294", //公众号AppId
+ "WeixinAppSecret": "c97d2e3ded5f6a7c86a4bbee3f1ab3ab", //公众号秘钥
//微信支付V3
- "TenPayV3_AppId": "wx34436769371ceb7c", // 小程序AppId
- "TenPayV3_AppSecret": "8ded49f94c8e607de7cc4244639d4666", // 小程序AppSecret
+ "TenPayV3_AppId": "wx8b03fffabbbfe804", // 小程序AppId
+ "TenPayV3_AppSecret": "ef5845d854c1111cd842bb54481be0c1", // 小程序AppSecret
"TenPayV3_SubAppId": "", //子小程序AppId,没有可留空
"TenPayV3_SubAppSecret": "", //子小程序AppSecret,没有可留空
"TenPayV3_MchId": "1626418383", //商户号
diff --git a/ARW.WebApi/wwwroot/CodeGenTemplate/TplVueIndex.txt b/ARW.WebApi/wwwroot/CodeGenTemplate/TplVueIndex.txt
index 369068f..dff3701 100644
--- a/ARW.WebApi/wwwroot/CodeGenTemplate/TplVueIndex.txt
+++ b/ARW.WebApi/wwwroot/CodeGenTemplate/TplVueIndex.txt
@@ -10,7 +10,7 @@
-
$foreach(column in genTable.Columns)
$set(labelName = "")