904118851 3 月之前
父節點
當前提交
667ac9ab1d
共有 4 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      5_CREATE_LINK_FACTORY/zh_create_link_new.js
  2. 二進制
      dump.rdb
  3. 二進制
      src/api/hy/qr.gif
  4. 二進制
      src/api/hy/qr_resized.gif

+ 2 - 1
5_CREATE_LINK_FACTORY/zh_create_link_new.js

@@ -54,11 +54,12 @@ CMD.runTask = async function(t_data,main_info,PlatformInfo,call_back){
     })
 
     try{
-        let response =  await client.post("https://open.zhihu.com/openapi/km-agent/v1/payment-templates", postData )
+        let response =  await client.post("https://open.zhihu.com/openapi/km-agent/v1/new-ad-link", postData )
         if(response.data.success!=true){
             throw response.data
         }
 
+        // console.log("response.data.data:",response.data.data)
         let t_params = response.data.data.ad_link_list[0]
         let start_page = t_params.ad_link_url
         let start_param = t_params.ad_link_query

二進制
dump.rdb


二進制
src/api/hy/qr.gif


二進制
src/api/hy/qr_resized.gif