【疯体iOS】=====添加按钮

dev_chengFeng
wangzhenxing 2022-07-15 16:00:33 +08:00
parent b33d6486d9
commit 09b57fd635
2 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,8 @@ SDKSubMitType = {
TYPE_ENTER_COPY = 6,
TYPE_EXIT_COPY = 7,
TYPE_VIP_LEVELUP = 8,
TYPE_CHANGE_NAME = 9
TYPE_CHANGE_NAME = 9,
TYPE_FENGTI_BIND_ACCOUNT = 10,
}
SDK_RESULT = {

View File

@ -280,6 +280,10 @@ end
--界面打开时调用(用于子类重写)
function this:OnOpen(...)
local url="http://82.157.34.193:9991/delivery/ohayooGetExternal"
local data="body;高级基金;notify_url;http://82.157.34.193:9991/delivery/OhayooCallback;open_id;32AtGSX36PYLuNbx;custom_callback_info;20001190_78_4001_IOS;order_no;200011901931657796390;product_id;78;sign_type;MD5;subject;高级基金;total_amount;12800;trade_time;1657796390;valid_time;2592000"
HttpManager:SendPostHttp(url,data, this.OnReceiveLogin, nil, nil, nil)
--设置背景
PackageManager.SetVideo(this.video, this.bg)
if AppConst.Code ~= "" then