ios如何跳转到京东app的活动页

对于淘宝,用如下url就可以跳转

NSURL *taobaoUrl = [NSURL URLWithString:[NSString stringWithFormat:@"taobao://item.taobao.com/item.htm?id=%@", book_id]];

用类似方法无法跳转至京东,当然可以拼接商品的id后用如下方法跳转,但是活动页没有商品id怎么跳转呢

openapp.jdmobile://virtual?params=%7B%22sourceValue%22:%220_productDetail_97%22,%22des%22:%22productDetail%22,%22skuId%22:%221140722%22,%22category%22:%22jump%22,%22sourceType%22:%22PCUBE_CHANNEL%22%7D 

而且什么值得买app跳转京东app后会有图示的一个返回小标签,请问这是如何实现的呢
图片描述

以上是 ios如何跳转到京东app的活动页 的全部内容, 来源链接: utcz.com/p/187541.html

回到顶部