- namespace AppConfig
- {
- public class WeChat
- {
- public static string WeChatMiniAppId = "wxd32d891000e28986";
- public static string WeChatMiniAppSecret = "bc4b921feaea49a1fd6857552c7f819d";
- // public static string WeChatAppId = "wxf33804d14c13cf8f";
- public static string WeChatMchId = "1656138294";
- public static string WeChatPayKey = "a9a1169be3c45e978fad0f6c9b3e046c";
- public static string ServerIp = "47.109.106.155";
- }
- }
|