shenwu il y a 2 ans
Parent
commit
9901c4cc87
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/services/launchAdq/global.ts

+ 3 - 0
src/services/launchAdq/global.ts

@@ -25,6 +25,8 @@ export async function getTagsList(params:any){
  * @param promotedObjectType 推广目标
  * @param adcreativeTemplateId 创意形式ID
  * @param siteSet 数组版位 
+ * https://developers.e.qq.com/docs/api/tools/adcreative_template/adcreative_template_get?version=1.3&_preview=1
+ * https://developers.e.qq.com/docs/tools/adcreative_template
  * */ 
 
  export async function get_adcreative_template(params:any){
@@ -38,6 +40,7 @@ export async function getTagsList(params:any){
  * @param promotedObjectType 推广目标
  * @param siteSet 数组版位 
  * @param campaignType 投放位置
+ * https://developers.e.qq.com/docs/api/tools/adcreative_template/adcreative_template_list_get?version=1.3&_preview=1
  * */ 
 
  export async function get_adcreative_template_list(params:any){