心愿单审核和贵族购买
This commit is contained in:
@@ -395,6 +395,21 @@ public class JavascriptInterfaceUtils {
|
||||
|
||||
}
|
||||
|
||||
//心愿单守護购买
|
||||
@JavascriptInterface
|
||||
public void BuyProtection(String by) {
|
||||
Bus.get().post(new JavascriptInterfaceEvent()
|
||||
.setMethod("BuyProtection").setData(by));
|
||||
}
|
||||
|
||||
//心愿单贵族购买
|
||||
@JavascriptInterface
|
||||
public void BuyVIP(String by) {
|
||||
Bus.get().post(new JavascriptInterfaceEvent()
|
||||
.setMethod("BuyVIP").setData(by));
|
||||
}
|
||||
|
||||
|
||||
@JavascriptInterface
|
||||
public String androidMethodLookLive(String uId, String liveId, String isLiving) {
|
||||
//跳转个人主页
|
||||
|
||||
Reference in New Issue
Block a user