心愿单审核和贵族购买

This commit is contained in:
18142669586
2023-04-08 17:27:26 +08:00
parent 9c3fbe0506
commit 8ae58e9c14
6 changed files with 55 additions and 3 deletions

View File

@@ -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) {
//跳转个人主页