蘑菇续费和迅联新接口
This commit is contained in:
@@ -178,10 +178,19 @@ namespace Hncore.Pass.Vpn.Service
|
||||
var infoRet = await this.GetAccountInfo(account);
|
||||
var id = infoRet.Data.Id;
|
||||
|
||||
var interval = "1";
|
||||
if(packageKey == "2"){
|
||||
interval ="2";
|
||||
packageKey = "month";
|
||||
} else if(packageKey == "3") {
|
||||
interval ="3";
|
||||
packageKey = "month";
|
||||
}
|
||||
|
||||
var map = new Dictionary<string, string>(){
|
||||
{"type",packageKey },
|
||||
{"ids[]",id },
|
||||
{"interval","1" },
|
||||
{"interval",interval },
|
||||
};
|
||||
var title = GetOpTitle("NewReAccount", account);
|
||||
LogHelper.Info(title, map.ToJson());
|
||||
|
||||
Reference in New Issue
Block a user