测试卡实名

This commit is contained in:
“wanyongkang”
2020-12-28 14:49:43 +08:00
parent ac6bb025ba
commit 3328223d02
5 changed files with 52 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ namespace Hncore.Pass.Vpn.Service
public class AgentClient7Service : AgentClientBaseService
{
string apiId = "135";
string apiKey = "Fz1JRXVBCuwja2G2SoY2EUdgXtCGSBXS";
string apiKey = "7dayCFfY6zcwJa6QHtHbGQBRckjJbrbS";
string LoginIndexUrl { get; set; } = "login";
string LoginUrl { get; set; } = "login";
string LoginCodeUrl { get; set; } = "";
@@ -188,6 +188,7 @@ namespace Hncore.Pass.Vpn.Service
{"test",packageKey=="test"?"1":"0" },
{"type",packageKey=="test"?"d":packageKey },
{"paynum",payCount.ToString() },
{"mobile","17719092232" },
};
var title = GetOpTitle("NewAccount", account);
LogHelper.Info(title, map.ToJson());