- Add .drone.yml file to configure CI/CD pipeline - Set up Docker build and push to private registry - Add deployment configuration for development and production environments - Include health check and environment variable support
28 lines
648 B
TypeScript
28 lines
648 B
TypeScript
/* tslint:disable */
|
|
|
|
/**
|
|
*
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document:
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
|
|
/**
|
|
*
|
|
* @export
|
|
* @interface KamiApiCardInfoAppleV1RechargeDuplicatedCardPassReq
|
|
*/
|
|
export interface KamiApiCardInfoAppleV1RechargeDuplicatedCardPassReq {
|
|
/**
|
|
* 订单ID
|
|
* @type {string}
|
|
* @memberof KamiApiCardInfoAppleV1RechargeDuplicatedCardPassReq
|
|
*/
|
|
orderNo: string;
|
|
}
|