File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Samples/Senparc.Weixin.AI.MPSample Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 5555obj /
5656.user
5757/BuildOutPut
58- /src /Senparc.AI.Kernel.Tests /appsettings.test.json
5958.DS_Store
6059/src /Senparc.Weixin.AI.Tests /appsettings.test.json
6160/Samples /Senparc.Weixin.AI.MPSample /appsettings.test.json
6261/Samples /Senparc.Weixin.AI.MPSample /appsettings.json
6362/Samples /Senparc.Weixin.AI.MPSample /App_Data /SenparcTraceLog
64- /Samples /Senparc.Weixin.AI.MPSample /App_Data /WeChat_OfficialAccount /2023-04-09
6563/Samples /Senparc.Weixin.AI.MPSample /Properties /PublishProfiles
6664/Samples /Senparc.Weixin.AI.MPSample /Properties /ServiceDependencies /SenparcWeixinAIMPSample20230409175131 - Web Deploy
6765* .user
6866/Samples /Senparc.AI.Samples.Consoles /appsettings.test.json
69- /Samples /Senparc.Weixin.AI.MPSample /App_Data /WeChat_OfficialAccount /2023-05-07
70- /Samples /Senparc.Weixin.AI.MPSample /App_Data /WeChat_OfficialAccount /2023-05-13
7167/Samples /Senparc.Weixin.AI.MPSample /App_Data /OpenAiImageTemp
72- /Samples /Senparc.Weixin.AI.MPSample /App_Data /WeChat_OfficialAccount /2023-05-15
7368/Samples /Senparc.Weixin.AI.MPSample /App_Data /NeuChar
69+ /Samples /Senparc.Weixin.AI.MPSample /App_Data /WeChat_OfficialAccount /
Original file line number Diff line number Diff line change 1919 //公众号
2020 "Token" : " weixin" ,
2121 "EncodingAESKey" : " YourEncodingAESKey" ,
22- "WeixinAppId" : " wxe273c3a02e09ff8c " ,
23- "WeixinAppSecret" : " 631f30445f640e1a870f1ef79aa543bd "
22+ "WeixinAppId" : " YourWeixinAppId " ,
23+ "WeixinAppSecret" : " YourWeixinAppSecret "
2424 },
2525 //Senparc.AI 设置
2626 "SenparcAiSetting" : {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public static IServiceCollection AddSenparcWeixinAI(this IServiceCollection serv
3333 Senparc . AI . Register . UseSenparcAI ( null , senparcAiSetting ) ;
3434 }
3535 catch ( Exception ex )
36- {
36+ {
3737 Console . WriteLine ( ex ) ;
3838 }
3939
You can’t perform that action at this time.
0 commit comments