C # Taobao Commodity WeChat Rebate Assistant Development-(2) Rebate Assistant Open Documents and Account Application Address

A series of tutorials: the principle of rebate assistant

Series 2 of tutorial series: Rebate Assistant Open Documents and Account Application Address

Three directories in the series of tutorials: Rebate Assistant Development (1) API Introduction

Four directories in the series of tutorials: Rebate Assistant Development (2) How to get the Taobao password for the content shared by Taobao

Five directories in the series of tutorials: Rebate Assistant Development (3) How to convert passwords to links through API

Series 6 of tutorial series: Rebate Assistant Development (4) If you obtain rebate information through the address resolved by the Taobao password

Seven directories in the series of tutorials: Rebate Assistant Development (5) How to Convert Coupon Address to Amoy Password

Eight Courses in Series: Docking of WeChat

A series of tutorial nine directories: write a vue page for copying the password

Review above

Above we talked about the principle of the rebate assistant
# This article involves the application of some accounts needed during the development process

1. We log in to Taobao opener platform
https://open.alimama.com/
image.png

All open APIs can be found at the following address
https://open.taobao.com/api.htm?docId=28156&docType=2
API.png

2. We enter Taobao Alliance, enter my function center to find the application management
Application Management.png

3. Click on the application management to jump to a new website at this time. Because I have applied for an application here, so there is an application in it, we click New Application
Application Management 2.png

4. Choose Other
Other.png

5. In other-all found the alliance cooperation website to create an application
Other 2.png

6. Add a website to promote
Website promotion.png

When you complete the registration website, you will get an APPKey and APPSecret, which will be used in our future development.

In development, we often use these two parameters. Where are the values ​​of these two parameters?
AdzonID和SiteID
In fact, he is in the promotion of resource management.
Promotion of resource management
If you add a promotion bit, you will get a pid code of mm_xxxxxx_xxxxx_xxxxxx.
If my The promotion bit pid is mm_2020_1098_2189111,
so Adzonid is 2189111 Siteid is 1098
Promotion bit

Of course, there is also a more important one is the public parameter session.
Insert picture description here
Session
can get the session directly through the website
session

In the early stage, first use manual acquisition of tokens. Later, we will focus on explaining how to obtain seesion through automatic acquisition.

Published 29 original articles · Like 11 · Visits 10,000+

Guess you like

Origin blog.csdn.net/u010840685/article/details/105133874