极客正式套餐开通tx
This commit is contained in:
@@ -170,13 +170,22 @@ namespace Hncore.Pass.Vpn.Service
|
||||
{
|
||||
if (packageKey == "test_pay")
|
||||
return await NewTestAccount(account, pwd);
|
||||
|
||||
var acc = account;
|
||||
var tx = "no";
|
||||
if(account.Contains("-")){
|
||||
string[] arrStr = account.Split('-');
|
||||
acc = arrStr[0];
|
||||
tx = arrStr[1];
|
||||
}
|
||||
var client = CreateHttpClient();
|
||||
var map = new Dictionary<string, string>(){
|
||||
{"type","adduser" },
|
||||
{"user",account },
|
||||
{"user",acc },
|
||||
{"pass",pwd },
|
||||
{"logincount",connCount.ToString()},
|
||||
{"serverid",packageKey },
|
||||
{"tx",tx },
|
||||
};
|
||||
var title = GetOpTitle("NewAccount", account);
|
||||
LogHelper.Info(title, map.ToJson());
|
||||
|
||||
Reference in New Issue
Block a user