|
@@ -140,7 +140,7 @@
|
|
|
// 发送异步请求
|
|
|
requestUtil.async('https://memos.tianyunperfect.cn/api/v1/memo', 'post', data, {
|
|
|
'Content-type': 'application/json',
|
|
|
- 'Authorization': 'bearer eyJhbGciOiJIUzI1NiIsImtpZCI6InYxIiwidHlwIjoiSldUIn0.eyJuYW1lIjoidGlhbnl1bnBlcmZlY3QiLCJpc3MiOiJtZW1vcyIsInN1YiI6IjEiLCJhdWQiOlsidXNlci5hY2Nlc3MtdG9rZW4iXSwiaWF0IjoxNjk4OTg1OTIzfQ.yLXV9z4xzbJZGPTvUH3WXZEO3p4HUDgHxg-8gHVzoCw'
|
|
|
+ 'Authorization': 'bearer eyJhbGciOiJIUzI1NiIsImtpZCI6InYxIiwidHlwIjoiSldUIn0.eyJuYW1lIjoidGlhbnl1bnBlcmZlY3QiLCJpc3MiOiJtZW1vcyIsInN1YiI6IjEiLCJhdWQiOlsidXNlci5hY2Nlc3MtdG9rZW4iXSwiaWF0IjoxNzA5MTc5NTUyfQ.LFxWB4efya1sL7VoJ42xpXxbAip-udT_Kx2OwZ8Y3-E'
|
|
|
}).then(res => {
|
|
|
// alert(JSON.stringify(res));
|
|
|
if (res['name']) {
|