|
@@ -339,6 +339,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
|
|
|
|
|
#region 系统管理-润观米好哒账户信息-账户余额查询
|
|
#region 系统管理-润观米好哒账户信息-账户余额查询
|
|
|
[Authorize]
|
|
[Authorize]
|
|
|
|
|
+ [Route("/v1/qrcodeplatemain/sysadmin/queryaccountbalance")]
|
|
|
public JsonResult QueryAccountBalance(string value)
|
|
public JsonResult QueryAccountBalance(string value)
|
|
|
{
|
|
{
|
|
|
value = PublicFunction.DesDecrypt(value); ;
|
|
value = PublicFunction.DesDecrypt(value); ;
|
|
@@ -382,6 +383,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
|
|
|
|
|
#region 系统管理-润观米好哒账户信息-提交提现申请
|
|
#region 系统管理-润观米好哒账户信息-提交提现申请
|
|
|
[Authorize]
|
|
[Authorize]
|
|
|
|
|
+ [Route("/v1/qrcodeplatemain/sysadmin/withdrawalapply")]
|
|
|
public JsonResult WithdrawalApply(string value)
|
|
public JsonResult WithdrawalApply(string value)
|
|
|
{
|
|
{
|
|
|
value = PublicFunction.DesDecrypt(value); ;
|
|
value = PublicFunction.DesDecrypt(value); ;
|
|
@@ -417,6 +419,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
|
|
|
|
|
#region 系统管理-润观米好哒账户信息-查询提现订单状态
|
|
#region 系统管理-润观米好哒账户信息-查询提现订单状态
|
|
|
[Authorize]
|
|
[Authorize]
|
|
|
|
|
+ [Route("/v1/qrcodeplatemain/sysadmin/querywithdrawalstatus")]
|
|
|
public JsonResult QueryWithdrawalStatus(string value)
|
|
public JsonResult QueryWithdrawalStatus(string value)
|
|
|
{
|
|
{
|
|
|
value = PublicFunction.DesDecrypt(value); ;
|
|
value = PublicFunction.DesDecrypt(value); ;
|
|
@@ -439,6 +442,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
|
|
|
|
|
#region 系统管理-润观米好哒账户信息-提现申请记录
|
|
#region 系统管理-润观米好哒账户信息-提现申请记录
|
|
|
[Authorize]
|
|
[Authorize]
|
|
|
|
|
+ [Route("/v1/qrcodeplatemain/sysadmin/withdrawalapplyrecordlist")]
|
|
|
public JsonResult WithdrawalApplyRecordList(string value)
|
|
public JsonResult WithdrawalApplyRecordList(string value)
|
|
|
{
|
|
{
|
|
|
value = PublicFunction.DesDecrypt(value); ;
|
|
value = PublicFunction.DesDecrypt(value); ;
|