改价
| 参数名 | 类型 | 是否可选 | 默认值 | 含义 | 
|---|---|---|---|---|
| query | Object | |||
| query.tid | string | 可选 | 5273764 | 商品唯一编码 | 
| 参数名 | 类型 | 示例 | 含义 | |
|---|---|---|---|---|
| result | * | 请求响应 | ||
| query.res | string |  |  | 操作结果 | 
QN.app.invoke({
      api:'changePrice',
      query:{
                tid : '5273764'  
      }
}).then(result => {
    console.log(result);
}, error => {
    console.log(error);
});