@ynhcj/xiaoyi-channel 0.0.13-next → 0.0.14-next
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/bot.js +0 -2
- package/package.json +1 -1
package/dist/src/bot.js
CHANGED
|
@@ -329,9 +329,7 @@ function buildXYMediaPayload(mediaList) {
|
|
|
329
329
|
return {
|
|
330
330
|
MediaPath: first?.path,
|
|
331
331
|
MediaType: first?.mimeType,
|
|
332
|
-
MediaUrl: first?.path,
|
|
333
332
|
MediaPaths: mediaPaths.length > 0 ? mediaPaths : undefined,
|
|
334
|
-
MediaUrls: mediaPaths.length > 0 ? mediaPaths : undefined,
|
|
335
333
|
MediaTypes: mediaTypes.length > 0 ? mediaTypes : undefined,
|
|
336
334
|
};
|
|
337
335
|
}
|