WeChat.cs 492 B

123456789101112
  1. namespace AppConfig
  2. {
  3. public class WeChat
  4. {
  5. public static string WeChatMiniAppId = "wxd32d891000e28986";
  6. public static string WeChatMiniAppSecret = "bc4b921feaea49a1fd6857552c7f819d";
  7. // public static string WeChatAppId = "wxf33804d14c13cf8f";
  8. public static string WeChatMchId = "1656138294";
  9. public static string WeChatPayKey = "a9a1169be3c45e978fad0f6c9b3e046c";
  10. public static string ServerIp = "47.109.106.155";
  11. }
  12. }