Git Product home page Git Product logo

Comments (10)

fuiyu avatar fuiyu commented on July 17, 2024

已解决,谢谢作者

from flutter_alibc.

qq329401134 avatar qq329401134 commented on July 17, 2024

请问下你这个怎么解决的

from flutter_alibc.

fuiyu avatar fuiyu commented on July 17, 2024

请问下你这个怎么解决的

你的是什么问题?

from flutter_alibc.

qq329401134 avatar qq329401134 commented on July 17, 2024

跳转过去以后没有返回的那个把手

from flutter_alibc.

qq329401134 avatar qq329401134 commented on July 17, 2024

而且 openByUrl打不开我这个优惠券的页面 "https://taoquan.taobao.com/coupon/unify_apply.htm?sellerId=2200580251937&activityId=fbcadf7fc75d413b8265e79244fcf8af",

from flutter_alibc.

fuiyu avatar fuiyu commented on July 17, 2024

传 backUrl,安卓可以,ios还没测试

from flutter_alibc.

qq329401134 avatar qq329401134 commented on July 17, 2024

请问下backUrl怎么传呢,我传的"",一样没有

from flutter_alibc.

fuiyu avatar fuiyu commented on July 17, 2024

BACK_URL(小把手):唤端返回的scheme
(如果不传默认将不展示小把手;如果想展示小把手,可以自己传入自定义的scheme,
或者传入百川提供的默认scheme:"alisdk://")
具体看官方文档:
https://baichuan.taobao.com/docs/doc.htm?spm=a3c0d.7629140.0.0.5780be48u4A7wU&treeId=129&articleId=118203&docType=1

from flutter_alibc.

qq329401134 avatar qq329401134 commented on July 17, 2024

请问下我提供的优惠券页你openByUrl能打开吗,我打不开

from flutter_alibc.

iworkcloud avatar iworkcloud commented on July 17, 2024

我是这么解决的,IOS传空,Android传对应的appkey
String BackUrl = '';
if (Platform.isAndroid) {
BackUrl = 'tbopenxxxxxxx://';
}

from flutter_alibc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.